home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 238 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: zib-berlin.de!uniol!news
  2. From: Frank.Neumann@Informatik.Uni-Oldenburg.DE (Frank Neumann)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 24 Jan 96 19:15:19 GMT
  6. Organization: C. v. Ossietzky Universitaet Oldenburg - Fachbereich Informatik
  7. Message-ID: <4e60jp$cd4@news.Informatik.Uni-Oldenburg.DE>
  8. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE> <4e547j$1jsk@news-s01.ny.us.ibm.net>
  9. NNTP-Posting-Host: onyx.informatik.uni-oldenburg.de
  10. Keywords: X, libraries, Amiga, Linux
  11. X-Newsreader: NN version 6.5.0 #2 (NOV)
  12.  
  13. Hi,
  14. fheitka@ibm.net (Frederick V. Heitkamp) writes:
  15.  
  16. [I think Geert already said what is required to make it work for you].
  17.  
  18. >I get an error message saying it can't find libX11, even though the
  19. >shared (sa) library is there.  I thought I read some where that you need
  20. >the lib*.a, lib*.sa, and lib*so, so I thought the lib*.a file being
  21. >missing might cause the problem.  I guess for ELF, one of those library
  22. >types is not needed.  I thought it was the lib*.sa.  At least, 
  23. >this is the way my Linux PC is set up.
  24.  
  25. The *.sa files are from the old a.out X11 distribution. They do not exist
  26. anymore under ELF, so you should either move them to /usr/m68k-linuxaout/lib
  27. (where they should have gone when you switched over to ELF), or even delete
  28. them if you ARE SURE you are not going to compile any more X11 programs
  29. in a.out format.
  30.  
  31. >Is someone compiling X programs on the Amiga using gcc 2.7.2 and the 
  32. >current X ELF distribution?  I suppose something else could be wrong.
  33.  
  34. Sure, I'm doing that all the time. I hope Geert's hint helps you fixing
  35. your installation.
  36.  
  37. Frank
  38.